home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4566 < prev    next >
Encoding:
Text File  |  1996-08-06  |  846 b   |  28 lines

  1. Path: nntp.net-link.net!news
  2. From: Rusty <russell@net-link.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: help
  5. Date: 31 Jan 1996 01:25:45 GMT
  6. Organization: NetLink Systems, LLC.
  7. Message-ID: <4emgep$mvh@leol.net-link.net>
  8. NNTP-Posting-Host: p4-4.net-link.net
  9.  
  10.      I'm a (very) new C++ programmer, and I can not get the
  11. compiler to work. I am using Borland Turbo C ++ 4.5 for Windows,
  12. and I am trying to make a very simple program from a 
  13. teach-your-self book. The program is:
  14. -----------
  15. main()
  16. {
  17. printf("Hello, world. \n");
  18. }
  19.  
  20. -------------
  21. I create a new project, type this in, click the lightning-bolt
  22. (make and run program), and it gives me an error message and
  23. does not run the program. If you have any idea why this is,
  24. or know how to make it work, please tell me via this newsgroup,
  25. or preferably E-MAIL. My address is russell@net-link.net   .
  26.  
  27.  
  28.